home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / puppy_red.swf / scripts / DefineButton2_344 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-11  |  225b  |  11 lines

  1. on(release){
  2.    if(!_global.betting)
  3.    {
  4.       _root.mainMsg += "\n-δ░░φîàφò⌐δïêδïñ.";
  5.       _root.mainMsg.scroll = _root.mainMsg.maxscroll;
  6.       _global.betting = 1;
  7.       play();
  8.       okBtn.nextFrame();
  9.    }
  10. }
  11.